﻿////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Translation sheet of XlsxImportExport.dll;

- you can translate this to any language accepted by SMath Studio;
- edit the text after the equal sign;
- {0},{1},...,{#} are placeholders for names or numbers (language-indipendent);
- send me back the translated sheet (PM on the SMath Studio Forum or by mail: davide.carpi@gmail.com).

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

LANGUAGE: ENGLISH

// I/O errors
langDictionary["error_write_directory"] = "Can't create the directory '{0}'.";
langDictionary["error_write_files"] = "Can't write files in '{0}'.";
langDictionary["error_write_data"] = "Failed to save the {0} data.";
langDictionary["error_read_file"] = "The file '{0}' doesn't exist.";
langDictionary["error_filename"] = "Invalid filename.";
// Spreadsheets
langDictionary["spreadsheet_export_description_2"] = "Export \"1:variable\" into a \"2:string\".xlsx spreadsheet; the file will be placed in the current working directory. The function returns '1' if successful.";
langDictionary["spreadsheet_export_description_3"] = "Export \"1:variable\" into a \"2:string\".xlsx spreadsheet; the file will be placed in the \"3:string\" path. The function returns '1' if successful.";
langDictionary["spreadsheet_import_description_2"] = "Import XLSX spreadsheet data from \"1:string\" path; get all data from \"2:string\" sheet name.";
langDictionary["spreadsheet_import_description_3"] = "Import XLSX spreadsheet data from \"1:string\" path; search data into \"2:string\" sheet name and \"3:string\" cell.";
langDictionary["spreadsheet_import_description_4"] = "Import XLSX spreadsheet data from \"1:string\" path; search data into \"2:string\" sheet name, from \"3:string\" cell to \"4:string\" cell.";
langDictionary["spreadsheet_error_data"] = "The sheet does not contains data to import.";
langDictionary["spreadsheet_error_cell_name"] = "Wrong format for cell name; please use something like 'A1'.";
langDictionary["spreadsheet_error_row_number"] = "Row number must be a positive integer.";